home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Sample Controls / BDiamond / BDConsts.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-20  |  327 b   |  15 lines  |  [TEXT/CWIE]

  1. #ifndef _BDConsts_
  2. #define _BDConsts_
  3.  
  4. const short Str255BufferLength = 256;
  5. const short Str255StringLength = 255;
  6.  
  7. //const short Str32BufferLength = 32;
  8. //const short Str32StringLength = 31;
  9.  
  10. const Boolean kRedraw              = true;
  11. const Boolean kDontRedraw          = false;
  12.             
  13. const Rect gNullRect = {0, 0, 0, 0};
  14.  
  15. #endif // _BDConsts_